Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove abstract keyword for classes that are not subclassed #713

Closed
wants to merge 1 commit into from

Conversation

3flex
Copy link
Contributor

@3flex 3flex commented Nov 26, 2024

No description provided.

Copy link
Member

@nielsvanvelzen nielsvanvelzen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe these are marked abstract so they cannot be instantiated as they only contain static members. Proper way to fix this would be to not use a class at all (just export members instead). For example see the documentation about the (disabled) ts-eslint rule https://typescript-eslint.io/rules/no-extraneous-class/

@3flex
Copy link
Contributor Author

3flex commented Nov 26, 2024

Yeah I was looking at that as a next step but it needed lots more refactoring.

I'll close this then.

@3flex 3flex closed this Nov 26, 2024
@3flex 3flex deleted the no-abstract branch November 26, 2024 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants